home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2680 < prev    next >
Encoding:
Text File  |  1996-08-05  |  666 b   |  20 lines

  1. Path: nordwest.pop.de!usenet
  2. From: Plate@Mail.HB.Provi.de (J÷rg Plate)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C compiler problem
  5. Date: 01 Feb 96 10:40:32 +0100
  6. Organization: POP NordWest, Ganspe, FRG
  7. Message-ID: <242.6605T640T1644@Mail.HB.Provi.de>
  8. References: <4ek3b2$a5k@nntp.novia.net> <3005pbd60.alamito@marketgraph.xs4all.nl>
  9. NNTP-Posting-Host: henschel.hb.provi.de
  10. BCC: Plate@Mail.HB.Provi.de
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13.  
  14. >void main(void) is better prototyped in C. C++ might use void main()
  15. No. Use "int main(void)" or "int main(int argc, char *argv[])".
  16.  
  17. -- 
  18. Plate@Mail.HB.Provi.de   SZTB   IRC: kultur   L.Holt: "I'm working on it"
  19.  
  20.